IPCSocket.ReadAll Function

Reads all the data from the internal buffer. The optional Encoding parameter enables you to specify the text encoding of the data to be returned.

Syntax

result = IPCSocket.ReadAll( [Encoding] )

Parameters

Encoding

TextEncoding (Optional)

Return Value

Result

String

Notes

Use the Encodings object to specify a text encoding.